home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1998 October / Macworld (1998-10).dmg / Serious Demos / Graphing Calculator 2.1 Demo / Graphing Calculator 2.1 Demo.rsrc / Demo_1403_Curves < prev    next >
Text File  |  1998-08-07  |  1KB  |  30 lines

  1. y=x^2%            "To graph a 2D curve, type a function of x, starting with 'y='."
  2. y=sinx
  3. y=e^x%
  4. Zy=sine^x%
  5. y=nx                n=0,2,10    "To animate a 2D curve, type a function of x and n."
  6. y=sinnx            n=0,10,20
  7. y=sine^nx%        n=0,2,10
  8. y=xsin1/x+n%    n=-1,1,20
  9. x=y^2                "You can also graph x as a function of y."
  10. x=siny
  11. x=sinny            n=0,5,10
  12. r=2                "You can also graph r as a function of theta."
  13. r=2cos2#
  14. r=#
  15. #=picospir    "You can also graph theta as a function of r."
  16. x@+y@=4            "You can also graph curves defined implicitly by a relationship between x and y."
  17. x@+y@/2=2
  18. x@+y@+sin4x+sin4y=1
  19. r@=#@                                "You can also graph implicit curves in r and theta."
  20. V=Vsin2pitTcos2pit                    "You can also graph x and y parametrically as functions of t."
  21. V=V2sin4pitTcos6pit
  22. VrT#=V2+.2cos24pitT2pit        "You can also graph r and theta parametrically as functions of t."
  23. Cxy                                        "You can also graph contour lines for functions of x and y."
  24. Cr                                            "You can also graph contour lines for functions of r and theta."
  25. y=sinxNy=sinx*sin25x                    "Several equations may be graphed at once."
  26. x@+y@=3Nr=2+.1cos8#Ny=x
  27. W=Wsin8pitT2tTcos8pit                "You can also graph parametric curves in space."
  28. WrT#Tz=W2T2pitTcos8pit            "You can also graph curves in cylindrical coordinates."
  29. WrT#Tphi=W2Tnpicos2pitT2pit    n=0,8,50    "You can also graph curves in spherical coordinates."
  30.